home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / CHKREG.C < prev    next >
C/C++ Source or Header  |  1996-11-24  |  404b  |  19 lines

  1. .I 0 4
  2. /* +++Date last modified: 11-Jun-1996 */
  3.  
  4. /*************************************************************************
  5.  
  6. .D 1 2
  7. .I 9 1
  8. #include "regkey.h"
  9. .D 10 10
  10. .I 23 1
  11.     hexadecimal generated by REGIT and a string. You should end up with
  12. .D 24 1
  13. .I 40 1
  14.             sscanf(buf, "%8lX", &keyval);
  15. .D 41 1
  16. .I 55 1
  17.             printf("Key value = %08lX hex.\n", keyval);
  18. .D 56 1
  19.